home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / JunkMatcher 1.5.5.dmg / JunkMatcher.app / Contents / Resources / English.lproj / propertySpecs.plist < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-01  |  7.2 KB  |  139 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>PropertyBlankRendering</key>
  6.     <dict>
  7.         <key>Description</key>
  8.         <string>Check if a message doesn't render anything - most of the time the message is an ill-formed email with attachments.</string>
  9.     </dict>
  10.     <key>PropertyDateInFuture</key>
  11.     <dict>
  12.         <key>Description</key>
  13.         <string>Check if the date/time a message was sent is in the future (resolution is in minutes). Due to different timezones it is a rather common mistake made by spammers. (default setting is 120 minutes ahead)</string>
  14.         <key>View</key>
  15.         <string>propertyDateInFutureView</string>
  16.     </dict>
  17.     <key>PropertyDateInThePast</key>
  18.     <dict>
  19.         <key>Description</key>
  20.         <string>Check if the date/time a message was sent is in the past (resolution is in days). This tends to happen less frequently than the "date-in-the-future" property. If you don't check your emails often, you may want to turn off this test to avoid false positives. (default setting is 2 days in the past)</string>
  21.         <key>View</key>
  22.         <string>propertyDateInThePastView</string>
  23.     </dict>
  24.     <key>PropertyDateMalformed</key>
  25.     <dict>
  26.         <key>Description</key>
  27.         <string>Well-implemented/configured email clients should send out emails with datestamps in a correct format.</string>
  28.     </dict>
  29.     <key>PropertyDateMissing</key>
  30.     <dict>
  31.         <key>Description</key>
  32.         <string>Check if a message comes with no datestamp. This is a pretty reliable sign of junk mails.</string>
  33.     </dict>
  34.     <key>PropertyDomainNoMX</key>
  35.     <dict>
  36.         <key>Description</key>
  37.         <string>Check if there is any MX (Mail Exchange) server listed with the domain of the sender address;  it is effective to find bogus domain of a sender address. This property requires Internet connection for query (DNS lookups), and in some rare cases may take up to 10 seconds to complete.</string>
  38.     </dict>
  39.     <key>PropertyHTMLAttachment</key>
  40.     <dict>
  41.         <key>Description</key>
  42.         <string>Check if a message has any HTML attachment. If you only want to pay attention to plain-text emails, turn on this test.</string>
  43.     </dict>
  44.     <key>PropertyHTMLBadTags</key>
  45.     <dict>
  46.         <key>Description</key>
  47.         <string>Check if an HTML-based message contains too many bad tags. Spammers often use bogus HTML tags to break up words or to confuse junk filter. You can define what tags are legal. (default setting is 5)</string>
  48.         <key>View</key>
  49.         <string>propertyHTMLBadTagsView</string>
  50.     </dict>
  51.     <key>PropertyHTMLHiddenURLs</key>
  52.     <dict>
  53.         <key>Description</key>
  54.         <string>Check if an HTML-based message contains too many hidden URLs. Spammers often use hidden URLs to "poison" junk filters that collect such URLs. You can define what attributes of what HTML tags can take URLs. (default setting is 1)</string>
  55.         <key>View</key>
  56.         <string>propertyHTMLHiddenURLsView</string>
  57.     </dict>
  58.     <key>PropertyHTMLVacuousTags</key>
  59.     <dict>
  60.         <key>Description</key>
  61.         <string>Check if an HTML-based message contains too many tags that render nothing (e.g., a pair of "<font></font>" tags will render nothing). Spammers sometimes use this to break up words. (default setting is 3)</string>
  62.         <key>View</key>
  63.         <string>propertyHTMLVacuousTagsView</string>
  64.     </dict>
  65.     <key>PropertyHasBadSites</key>
  66.     <dict>
  67.         <key>Description</key>
  68.         <string>Check if URLs mentioned in the body and the subject of a message match any "bad site" collected from the previously seen junk mails. The bad sites are automatically collected from the filtered emails: you can check the collection by opening the Sites window. This is a very useful property and should probably be turned on at all times.</string>
  69.         <key>View</key>
  70.         <string>propertyHasBadSitesView</string>
  71.     </dict>
  72.     <key>PropertyMessageIDMalformed</key>
  73.     <dict>
  74.         <key>Description</key>
  75.         <string>A message ID is almost always found in the header of a message, and it looks something like <something@some.domain.name>. A malformed message ID is a pretty reliable indicator that the message is junk.</string>
  76.     </dict>
  77.     <key>PropertyMessageMalformed</key>
  78.     <dict>
  79.         <key>Description</key>
  80.         <string>A malformed email is usually not viewable, or it might have "\0" character in it (to exploit weakness of certain client software). It should always be thrown away. This is a mandatory test.</string>
  81.     </dict>
  82.     <key>PropertyOpenRelay</key>
  83.     <dict>
  84.         <key>Description</key>
  85.         <string>Check if any IP address mentioned in the header of a message matches known spamming IPs from a specified number of blacklists. This test requires Internet connection for query (DNS lookups). You can choose up to 3 blacklists to query, and define what are "safe IPs" that should not be checked.</string>
  86.         <key>View</key>
  87.         <string>propertyOpenRelayView</string>
  88.     </dict>
  89.     <key>PropertyPhishingURL</key>
  90.     <dict>
  91.         <key>Description</key>
  92.         <string>Check if an HTML-based message contains at least a phishing URL. A "phishing" URL is a link pointing to a place different from what it claims to. Optionally you can check whitelisted emails too so they will get filtered if they contain phishing URLs. This is a very useful property and should probably be turned on at all times.</string>
  93.         <key>View</key>
  94.         <string>propertyPhishingURLView</string>
  95.     </dict>
  96.     <key>PropertyRecipientMalformed</key>
  97.     <dict>
  98.         <key>Description</key>
  99.         <string>Similar to "malformed sender address", only to check the RFC2822  conformance of all recipient address(es).</string>
  100.     </dict>
  101.     <key>PropertyRecipientMissing</key>
  102.     <dict>
  103.         <key>Description</key>
  104.         <string>Check if the recipient ("to" or "cc") part of a message is missing.</string>
  105.     </dict>
  106.     <key>PropertyRecipientsMismatch</key>
  107.     <dict>
  108.         <key>Description</key>
  109.         <string>Check if a message doesn't even address you in the recipient list: if *none* of the patterns you specified is matched with the recipients of a message, it is classified as junk. IMPORTANT: you need to set up the possible email addresses that people will use to send emails to you.</string>
  110.         <key>View</key>
  111.         <string>propertyRecipientsMismatchView</string>
  112.     </dict>
  113.     <key>PropertyRecipientsTooMany</key>
  114.     <dict>
  115.         <key>Description</key>
  116.         <string>Check if the number of recipients ("to" and "cc") exceeds a certain number. Mass-mailing of one single message often is a telltale sign of junk emails. You should set the threshold value carefully. (default setting is 5 recipients)</string>
  117.         <key>View</key>
  118.         <string>propertyRecipientsTooManyView</string>
  119.     </dict>
  120.     <key>PropertySenderMalformed</key>
  121.     <dict>
  122.         <key>Description</key>
  123.         <string>Check if the sender address conforms with RFC2822. A malformed sender address is almost always a reliable indicator that the message is junk.</string>
  124.     </dict>
  125.     <key>PropertySubjectMissing</key>
  126.     <dict>
  127.         <key>Description</key>
  128.         <string>Check if a message comes with no subject.</string>
  129.     </dict>
  130.     <key>PropertyTooFewKnownRecipients</key>
  131.     <dict>
  132.         <key>Description</key>
  133.         <string>Check if the number of "known" recipients (other than yourself) of a message is fewer than a specified number: if yes the message is classified as junk. This property uses the data you entered in the Address Book to determine whether a recipient is known or not. (default setting is 1)</string>
  134.         <key>View</key>
  135.         <string>propertyTooFewKnownRecipientsView</string>
  136.     </dict>
  137. </dict>
  138. </plist>
  139.